home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / static-tab-sort-bar < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  668 b   |  20 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9.     <t:execOnLoad><![CDATA[
  10. itemSort = kargs['itemSort']
  11. section = kargs['section']
  12.     ]]></t:execOnLoad>
  13. </head>
  14. <body>
  15. <div class="static-tab-sort">
  16.     <t:includeTemplate filename="sort-bar" /> 
  17. </div>
  18. </body>
  19. </html>
  20.